home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TEVTEDITFORM / TEVTEDITFORM.txt
Text File  |  1997-07-16  |  4KB  |  214 lines

  1. object EvtEditForm: TEvtEditForm
  2.   Left = 190
  3.   Top = 26
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Event'
  6.   ClientHeight = 277
  7.   ClientWidth = 373
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object llName: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 28
  23.     Height = 13
  24.     Caption = '&Name'
  25.     FocusControl = iName
  26.   end
  27.   object llCron: TLabel
  28.     Left = 16
  29.     Top = 52
  30.     Width = 22
  31.     Height = 13
  32.     Caption = '&Cron'
  33.     FocusControl = iCron
  34.   end
  35.   object llAtoms: TLabel
  36.     Left = 16
  37.     Top = 96
  38.     Width = 29
  39.     Height = 13
  40.     Caption = 'A&toms'
  41.   end
  42.   object iName: TEdit
  43.     Left = 8
  44.     Top = 24
  45.     Width = 241
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object iCron: TEdit
  50.     Left = 8
  51.     Top = 68
  52.     Width = 241
  53.     Height = 23
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clBlack
  56.     Font.Height = -12
  57.     Font.Name = 'Fixedsys'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 1
  61.   end
  62.   object llL: TGroupBox
  63.     Left = 264
  64.     Top = 8
  65.     Width = 97
  66.     Height = 111
  67.     Caption = '&Length'
  68.     TabOrder = 2
  69.     object llD: TLabel
  70.       Left = 42
  71.       Top = 25
  72.       Width = 24
  73.       Height = 13
  74.       Caption = '&Days'
  75.       FocusControl = iiD
  76.     end
  77.     object llH: TLabel
  78.       Left = 42
  79.       Top = 53
  80.       Width = 28
  81.       Height = 13
  82.       Caption = '&Hours'
  83.       FocusControl = iiH
  84.     end
  85.     object llM: TLabel
  86.       Left = 42
  87.       Top = 81
  88.       Width = 37
  89.       Height = 13
  90.       Caption = '&Minutes'
  91.       FocusControl = iiM
  92.     end
  93.     object iiH: TEdit
  94.       Left = 10
  95.       Top = 49
  96.       Width = 24
  97.       Height = 23
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -12
  101.       Font.Name = 'Fixedsys'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       TabOrder = 1
  105.     end
  106.     object iiD: TEdit
  107.       Left = 10
  108.       Top = 21
  109.       Width = 24
  110.       Height = 23
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlack
  113.       Font.Height = -12
  114.       Font.Name = 'Fixedsys'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       TabOrder = 0
  118.     end
  119.     object iiM: TEdit
  120.       Left = 10
  121.       Top = 77
  122.       Width = 24
  123.       Height = 23
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBlack
  126.       Font.Height = -12
  127.       Font.Name = 'Fixedsys'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       TabOrder = 2
  131.     end
  132.   end
  133.   object bOK: TButton
  134.     Left = 272
  135.     Top = 148
  136.     Width = 81
  137.     Height = 25
  138.     Caption = 'OK'
  139.     Default = True
  140.     ModalResult = 1
  141.     TabOrder = 5
  142.   end
  143.   object bCancel: TButton
  144.     Left = 272
  145.     Top = 180
  146.     Width = 81
  147.     Height = 25
  148.     Cancel = True
  149.     Caption = 'Cancel'
  150.     ModalResult = 2
  151.     TabOrder = 6
  152.   end
  153.   object bHelp: TButton
  154.     Left = 272
  155.     Top = 212
  156.     Width = 81
  157.     Height = 25
  158.     Caption = 'Help'
  159.     TabOrder = 7
  160.     OnClick = bHelpClick
  161.   end
  162.   object bAddAtom: TButton
  163.     Left = 12
  164.     Top = 244
  165.     Width = 72
  166.     Height = 23
  167.     Caption = '&Add'
  168.     TabOrder = 3
  169.     OnClick = bAddAtomClick
  170.   end
  171.   object bDelete: TButton
  172.     Left = 172
  173.     Top = 244
  174.     Width = 72
  175.     Height = 23
  176.     Caption = 'Delet&e'
  177.     TabOrder = 4
  178.     OnClick = bDeleteClick
  179.   end
  180.   object bEdit: TButton
  181.     Left = 92
  182.     Top = 244
  183.     Width = 72
  184.     Height = 23
  185.     Caption = '&Edit'
  186.     TabOrder = 8
  187.     OnClick = bEditClick
  188.   end
  189.   object lb: TListView
  190.     Left = 8
  191.     Top = 112
  192.     Width = 241
  193.     Height = 129
  194.     ColumnClick = False
  195.     OnClick = lbClick
  196.     Columns = <
  197.       item
  198.         Caption = 'Type'
  199.         Width = 120
  200.       end
  201.       item
  202.         Caption = 'Parameters'
  203.         Width = 117
  204.         WidthType = (
  205.           -2)
  206.       end>
  207.     ReadOnly = True
  208.     HotTrack = True
  209.     OnChange = lbChange
  210.     TabOrder = 9
  211.     ViewStyle = vsReport
  212.   end
  213. end
  214.